io.pipe.read (method)

2 uses

	io (current package)
		pipe.go#L50: func (p *pipe) read(b []byte) (n int, err error) {
		pipe.go#L134: 	return r.pipe.read(data)